| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | ;!( function( g ) {
|
||
| 20 | gulp.task( 'default', function() {
|
||
| 21 | |||
| 22 | gulp.src( stylusPath + '/*.styl' ).pipe( plumber() ).pipe( watch( stylusPath + '/*.styl' ) ).pipe( stylus({
|
||
| 23 | |||
| 24 | compress: COMPRESS |
||
| 25 | |||
| 26 | }) ).pipe( gulp.dest( cssPath ) ); |
||
| 27 | |||
| 28 | gulp.src( jsPath + '/*.js' ).pipe( uglify() ).pipe( gulp.dest( minifiedJsPath ) ); |
||
| 29 | |||
| 30 | }); |
||
| 31 | |||
| 33 |
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.